@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button, html input[type="button"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
ol, ul {
    list-style: outside none none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
em, i, u {
    font-style: normal;
}
a {
    text-decoration: none;
	outline: none;
}
body {
    background: #fff none repeat scroll 0 0;
    font: 12px/150% "微软雅黑",Tahoma,Helvetica,Arial,"宋体",sans-serif;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
	*zoom:1;
}
.w_100{
	width: 100%;
}
.w_1170{
	width: 1100px;
	margin: 0 auto;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
